Page History: PLOT_BAND
Compare Page Revisions
Page Revision: 2011/08/04 23:52
PLOT_BAND( <value>, <topvalue>, <bottvalue> )¶
PLOT_BAND( <value>, <topvalue>, <bottvalue>, <linewidth>, <linecolor> )¶
PLOT_BAND( <value>, <topvalue>, <bottvalue>, <linewidth>, <linecolor>, <fillcolor> )¶
Draws a line plot of the value.
Function ParametersParameter | Description |
---|
<value> | The value to plot. |
<topvalue> | The value of the top band to plot. |
<bottvalue> | The value of the bottom band to plot. |
<linewidth> | The width or thickness to draw the lines. |
<linecolor> | The color to draw the lins. |
<fillcolor> | The color to fill between the bands. |
LineStyle ValuesValue | Description |
---|
LineStyle.Solid | A solid line. |
LineStyle.Dash | A dashed line. |
LineStyle.Dot | A dotted line. |
Back to the Scripting Function Reference